home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doodle_d.swf / scripts / frame_9 / DoAction_5.as < prev    next >
Text File  |  2013-04-24  |  191b  |  7 lines

  1. if(!cheatHit)
  2. {
  3.    _root.kongregateStats.submit("MostMoney",points);
  4.    _root.kongregateStats.submit("EnemiesDestroyed",eD);
  5.    _root.kongregateStats.submit("LevelsCompleted",level);
  6. }
  7.